var github.com/go-pg/pg/v10/types.errEndOfHstore

3 uses

	github.com/go-pg/pg/v10/types (current package)
		hstore_parser.go#L10: var errEndOfHstore = errors.New("pg: end of hstore")
		hstore_parser.go#L26: 			return nil, errEndOfHstore
		hstore_scan.go#L37: 			if err == errEndOfHstore {